home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-3.dms / in.adf / C-Incl.Lha / clib / ramdrive_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  711 b   |  38 lines

  1. #ifndef  CLIB_RAMDRIVE_PROTOS_H
  2. #define  CLIB_RAMDRIVE_PROTOS_H
  3.  
  4. /*
  5. **    $VER: ramdrive_protos.h 36.3 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. /*--- functions in V34 or higher (Release 1.3) ---*/
  23. STRPTR KillRAD0( void );
  24. /*--- functions in V36 or higher (Release 2.0) ---*/
  25. STRPTR KillRAD( unsigned long unit );
  26.  
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30.  
  31. #ifdef STORMPRAGMAS
  32. #ifndef _INCLUDE_PRAGMA_RAMDRIVE_LIB_H
  33. #include <pragma/ramdrive_lib.h>
  34. #endif
  35. #endif
  36.  
  37. #endif     /* CLIB_RAMDRIVE_PROTOS_H */
  38.